Skip to content

Instantly share code, notes, and snippets.

@DHCPCD9
DHCPCD9 / mochifitter.md
Last active July 9, 2026 20:38
Using Mochi Fitter (もちふぃった~) under Linux

Hello there! I recently switched from Windows to Linux and encountered some issues with certain tools. MochiFitter was one of the things I wanted to work, but asking my friend to do it every time I need to retarget is kind of annoying, so I decided to figure it out myself.

  1. My system
OS: Arch Linux
Kernel: linux-cachyos
cpu: Ryzen 5 7500F
gpu: AMD Radeon RX 9060 XT 16GB
Blender: Installed using with Steam
MochiFitter: 30r
@pcgeek86
pcgeek86 / cheatsheet.ps1
Last active July 9, 2026 20:33
PowerShell Cheat Sheet / Quick Reference
Get-Command # Retrieves a list of all the commands available to PowerShell
# (native binaries in $env:PATH + cmdlets / functions from PowerShell modules)
Get-Command -Module Microsoft* # Retrieves a list of all the PowerShell commands exported from modules named Microsoft*
Get-Command -Name *item # Retrieves a list of all commands (native binaries + PowerShell commands) ending in "item"
Get-Help # Get all help topics
Get-Help -Name about_Variables # Get help for a specific about_* topic (aka. man page)
Get-Help -Name Get-Command # Get help for a specific PowerShell function
Get-Help -Name Get-Command -Parameter Module # Get help for a specific parameter on a specific command
@kaushikgopal
kaushikgopal / jdk8u77_download
Created April 4, 2016 01:08
Download JDK 8 patch 77 directly using wget
wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u77-b03/jdk-8u77-macosx-x64.dmg
@jscott3201
jscott3201 / custom_pub_chat_template_qwen36.jinja
Created May 25, 2026 17:08
A drop-in replacement chat template for Qwen/Qwen3.6-27B tuned for open-source agentic coding harnesses.
{#---------------------------------------------------------------------
custom_pub_chat_template_qwen36.jinja
=====================================
A public, harness-friendly fork of Qwen's Qwen3.6-27B chat template,
tuned for open-source agentic coding harnesses like:
- anomalyco/opencode (https://github.com/anomalyco/opencode)
- earendil-works/pi (https://github.com/earendil-works/pi)
- openclaw, OpenHarness, similar Claude-Code-style harnesses
WHY THIS FORK EXISTS
@mathix420
mathix420 / medium.user.js
Last active July 9, 2026 20:27
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 3.0
// @inject-into content
@SimplStudios
SimplStudios / iptv-playlist.m3u8
Last active July 9, 2026 20:27
A Curated List of the Most Popular IPTV Playlists
#EXTM3U
#EXTINF:-1 tvg-id="Boomerang.us2" tvg-name="Boomerang" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s21883_dark_360w_270h.png" group-title="🌍 GLOBAL|Kids",Boomerang
http://23.237.104.106:8080/USA_BOOMERANG/index.m3u8
#EXTINF:-1 tvg-id="Cartoon.Network.HD.us2" tvg-name="Cartoon Network" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s12131_dark_360w_270h.png" group-title="🌍 GLOBAL|Kids",Cartoon Network
http://23.237.104.106:8080/USA_CARTOON_NETWORK/index.m3u8
#EXTINF:-1 tvg-id="Disney.Channel.HD.us2" tvg-name="Disney Channel" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s10171_dark_360w_270h.png" group-title="🌍 GLOBAL|Kids",Disney Channel
http://206.212.244.63/650/index.m3u8
#EXTINF:-1 tvg-id="Disney.Junior.HD.(Pacific).us2" tvg-name="Disney Jr" tvg-logo="https://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/statio

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@ryanmoralesaz
ryanmoralesaz / scancodes.txt
Created August 8, 2025 16:50
All ANSI keyboard Scan Codes for AHK
<!-- # AutoHotkey Scan Codes Reference Table -->
## Letter Keys
| Key | Scan Code | Key | Scan Code | Key | Scan Code |
| --- | --------- | --- | --------- | --- | --------- |
| A | SC01E | J | SC024 | S | SC01F |
| B | SC030 | K | SC025 | T | SC014 |
| C | SC02E | L | SC026 | U | SC016 |
| D | SC020 | M | SC032 | V | SC02F |
@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active July 9, 2026 20:24
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@tricolorpaulista
tricolorpaulista / Cinema.m3u
Last active July 9, 2026 20:24
Cinema.m3u
This file has been truncated, but you can view the full file.
#EXTM3U
#PLAYLISTV: pltv-logo="http://megafilmeshdplus.org/wp-content/uploads/2017/08/Mega-Filmes-HD-Plus-.Org_.png" pltv-name="CINEMA" pltv-description="Marcus" pltv-cover="XXX CAPA DA LISTA XXX" pltv-author="XXX AUTOR DA LISTA XXX" pltv-site="XXX SITE CASO HOUVER XXX" pltv-email="XXX E-MAIL XXX"
#EXTINF:-1 tvg-logo="https://goo.gl/dMrVaZ" group-title="Seriado" pltv-subgroup="2 Garotas em Apuros",2GEA T1|EP01
https://cdn2.canais.ink/RCServer09/ondemand/2BRKGLT01EP01.mp4?expires=1581552100&token=f1093bb907fb240d5b2721638c8116cf
#EXTINF:-1 tvg-logo="https://goo.gl/dMrVaZ" group-title="Seriado" pltv-subgroup="2 Garotas em Apuros",2GEA T1|EP02
https://cdn2.canais.ink/RCServer09/ondemand/2BRKGLT01EP02.mp4?expires=1581546741&token=0e2d8a7b3fd27dc9319ca18abe47e75c
#EXTINF:-1 tvg-logo="https://goo.gl/dMrVaZ" group-title="Seriado" pltv-subgroup="2 Garotas em Apuros",2GEA T1|EP03
https://cdn2.canais.ink/RCServer09/ondemand/2BRKGLT01EP03.mp4?expires=1581546741&token=0e2d8a7b3fd27dc9319ca18abe47e75c